home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / qsap.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.0 KB  |  84 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Queuing Simulation Package
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Ford Aerospace and Communications Corp
  7. --                   : 3939 Fabian Way, 
  8. --                   : Palo Alto, CA 94303
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1985 Ford Aerospace 
  13. -- DATE CREATED      : Jan. 1985 
  14. -- DATE RELEASED     : June 1985 
  15. -- DATE LAST UPDATED : 
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : 
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : TOOLS
  20. -- CATEGORY LEVEL 2  : Queuing Simulation
  21. -- CATEGORY LEVEL 3  : 
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : Queue
  25. -- INDEX             : Simulation
  26. -- TAXONOMY          : 
  27. -- DEPENDENCIES      : 
  28. -- SEE ALSO          : WIS_TOOL_17_1
  29. --= FILE LISTING         ===============================================--
  30. -- FILE SPECS        : PD:<ADA.SIMULATION>QSAP*.*
  31. -- DIRECTORY DISPLAY :
  32. -- Directory   PD:<ADA.SIMULATION>
  33. --      File Name     Byte Count  Line Count
  34. --   ---------------  ----------  ----------
  35. --   QSAP.ABS               2167          45
  36. --   QSAP.CMM                956          29
  37. --   QSAP.DOC             135857        5528
  38. --   QSAP.PRO               4048          81
  39. --   QSAP.SRC             336254       10279
  40. --   QSAP.TST               1549          67
  41. --   QSAPHELP.DIS            888          31
  42. --   QSAPHELP.FIL          26169         895
  43. --   QSAPSRC.DIS             110           4
  44. --   QSAPTST.DIS              66           2
  45. --   ===============  ==========  ==========
  46. --    10 Files            508064       16961
  47. --= ABSTRACT             ===============================================--
  48. --         This tool will simulate the statistical behavior  of  networks
  49. -- and  queues,  such  as  in  communication  systems, transportation and
  50. -- logistics.   It  will  provide  a  stand-alone,   single   performance
  51. -- prediction  function.   It  will provide useful performance prediction
  52. -- information to a user sizing, reconfiguring,  or  upgrading  a  system
  53. -- configuration.  Data is provided interactively and describes a network
  54. -- to be modelled.  This tool includes complex  computational  algorithms
  55. -- and  thus  is unusual among the precursors.  It is predicted that 3000
  56. -- FORTRAN lines will convert to 3750 Ada lines.  The coordination of the
  57. -- Ada PDL design and the conversion of existing FORTRAN code may present
  58. -- difficulties.
  59. --= REVISION HISTORY     ===============================================--
  60. --
  61. -- DATE VERSION AUTHOR                  HISTORY 
  62. -- 6/84    1.0                          Initial Release 
  63. --= RELEASE NOTICE       ===============================================--
  64. -- This prologue must be included in all copies of this software.
  65. -- 
  66. -- This software is copyright by the author.
  67. -- 
  68. -- This software is released to the Ada community.
  69. -- This software is released to the Public Domain (note:
  70. --   software released to the Public Domain is not subject
  71. --   to copyright protection).
  72. -- Restrictions on use or distribution:  NONE
  73. --= DISCLAIMER           ===============================================--
  74. --     This software and its documentation are provided "AS IS" and
  75. -- without any expressed or implied warranties whatsoever.  No warranties
  76. -- as to performance, merchantability, or fitness for a particular
  77. -- purpose exist.
  78. --     The user is advised to test the software thoroughly before
  79. -- relying on it.  The user must assume the entire risk and liability of
  80. -- using this software.  In no event shall any person or organization of
  81. -- people be held responsible for any direct, indirect, consequential or
  82. -- inconsequential damages or lost profits.
  83. --======================================================================--
  84.